﻿body {
	background: #fff;
	color: #666;
	font-family: /*微軟正黑體,"Microsoft JhengHei",*/ "Microsoft YaHei", "PingFangSC-Regular", "sans-serif", "SimHei", "SimSun", tahoma;
	font-size: 14px;
	line-height: 24px;
	-webkit-text-size-adjust: none;
}
input, textarea{
	font-family: /*微軟正黑體,"Microsoft JhengHei",*/ "Microsoft YaHei", "PingFangSC-Regular", "sans-serif", "SimHei", "SimSun", tahoma;
	font-size: 18px;
	outline: none;
}
hr{
	border: 0;
	border-bottom: 2px solid #e3e3e3;
	padding: 25px 0 0;
	margin: 0 0 30px;
}
.en{
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.upper{
	text-transform: uppercase;
}
.shense{
	color: #333;
}
.huise{
	color: #666;
}
.baise{
	color: #666;
}
.liangse{
	color: #333;
}
.hongse{
	color: #fc1e1e;
}
.huangse{
	color: #c69c49;
}
.baise80{
	color: #666;
	color: rgba(102, 102, 102, 0.8);
}
img.atw{
	width: 100%;
	max-width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	/*color: inherit;*/
	text-decoration: none;
}
.wow {
	visibility: hidden;
}
.wz40{
	font-size: 40px;
}
b{
	color: #333;
}
.bold{
	font-weight: bold;
}
.cc1hyc{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}
.cc2hyc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cc3hyc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cc4hyc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.wrapper{
	margin: 0 auto;
	width: 1085px;
	position: relative;
}
.wrapper2{
	margin: 0 auto;
	width: 850px;
	position: relative;
}
.wrapper3{
	margin: 0 auto;
	width: 1150px;
	position: relative;
}
.wrapper4{
	margin: 0 auto;
	width: 1110px;
	position: relative;
}
.wrapper5{
	margin: 0 auto;
	width: 1040px;
	position: relative;
}
.shenhuisebg{
	background: #e3e3e3;
}
.heihuisebg{
	background: #fff;
}
.heisebg{
	background: #fff;
}
.baisebg{
	background: #fff;
}
.ptb70{
	padding: 70px 0;
}
.pt70{
	padding-top: 70px;
}
.ptb50{
	padding: 50px 0;
}
.ptb40{
	padding: 40px 0;
}
.xhx1{
    border-bottom: 1px solid #e3e3e3;
}
.header{
	width: 100%;
	height: 93px;
}
#header{
	width: 100%;
	height: 93px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	/*border-bottom: 1px solid #3c2f16;*/
}
#header h1{
	padding-top: 19px;
	padding-left: 43px;
}
#header #nav{
	float: right;
	padding-right: 135px;
}
#header #nav .nav{
	overflow: hidden;
}
#header #nav .nav li{
	float: left;
}
#header #nav .nav li a{
	display: block;
	height: 93px;
	width: 85px;
	margin: 0 25px;
	text-align: center;
	/*padding: 0 10px;*/
	line-height: 92px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#header #nav .nav li a:hover, #header #nav .nav li.curr a, #header #nav .nav li.default a{
	color: #fff;
	background: #be9345;
}
#header #search{
	float: right;
	width: 190px;
	padding-top: 27px;
}
#header #search .language{
	padding-right: 40px;
	float: left;
}
#header #search .language a{
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 2px solid #fff;
	float: left;
	margin-right: 5px;
	color: #c69c49;
	font-weight: bold;
	font-size: 12px;
}
#header #search .language a.curr{
	border: 2px solid #c69c49;
}
#header #search .search{
	display: block;
	width: 38px;
	height: 38px;
	border: 0;
	cursor: pointer;
	background: url(../img/search.png) center no-repeat;
}
#header #search .searchClose{
	width: 80px;
	height: 93px;
	position: absolute;
	right: 0;
	top: 0;
	background: #be9345;
	cursor: pointer;
	display: none;
}
#header #search .searchWrap{
	width: 380px;
	height: 42px;
	padding: 25px 20px;
	position: absolute;
	right: 0;
	top: 93px;
	background: #be9345;
	display: none;
}
#header #search .searchClose img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
}
#header #search .searchWrap input{
	width: 84%;
	height: 40px;
	color: #fff;
	background: #be9345;
	padding: 0 15px;
	border: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header #search .searchWrap input[placeholder] {
   color: #fff !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
#header #search .searchWrap .searchBtn{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 5;
	cursor: pointer;
	border: 0;
	padding: 0;
	background: url(../img/search2.png) center no-repeat;
}
#header #nav .nav li .menu{
	width: 100%;
	height: 70px;
	background: #be9345;
	position: absolute;
	left: 0;
	top: 93px;
	color: #000;
	display: none;
}
/*#header #nav .nav li.default .menu{
	display: block;
}*/
#header #nav .nav li .menu h2{
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 19%;
	color: #fff;
}
#header #nav .nav li .menu ul{
	float: right;
	display: block;
	width: 1195px;
	overflow: hidden;
}
#header #nav .nav li .menu ul li{
	float: left;
	margin: 0;
}
#header #nav .nav li .menu ul li a{
	color: #fff;
	width: auto;
	display: block;
	text-align: left;
	padding-left: 0;
	margin-right: 60px;
	height: 50px;
	line-height: 70px;
	
}
#header #nav .nav li .menu ul li a:hover{
	border-bottom: 1px solid #fff; 
	/*text-decoration: underline;*/
}
@media only screen and (max-width:1700px){
	#header #nav .nav li .menu h2{
		left: 10%;
	}
}
@media only screen and (max-width:1500px){
	#header #nav{
		padding-right: 55px;
	}
	#header #nav .nav li .menu h2{
		left: 8%;
	}
	#header #nav .nav li .menu ul{
		width: 1115px;
	}
}
@media only screen and (max-width:1420px){
	.wrapper {
		width: 1024px;
	}
	.ptb70{
		padding: 50px 0;
	}
	.pt70{
		padding-top: 50px;
	}
	.ptb50{
		padding: 40px 0;
	}
	.ptb40{
		padding: 30px 0;
	}
    .pb30{
        padding-bottom: 25px;
    }
    .pt30{
        padding-top: 25px;
    }
    .pb40{
        padding-bottom: 32px;
    }
    .pb60{
        padding-bottom: 45px;
    }
    .pl60{
        padding-left: 45px;
    }
    hr {
        padding-top: 20px;
        margin-bottom: 25px;
    }
	#header #nav{
		padding-right: 55px;
	}
	#header #nav .nav li{
		/*margin: 0 12px;*/
	}
	#header #nav .nav li a{
		margin: 0 12px;
	}
	#header #nav .nav li .menu ul{
		width: 985px;
	}
	#header #nav .nav li .menu ul li{
		margin: 0;
	}
	#header #nav .nav li .menu ul li a{
		margin-right: 40px;
	}
}
@media only screen and (max-width:1260px){
    .wrapper, .wrapper3, .wrapper4, .wrapper5 {
        width: 940px;
    }
    .ptb70{
        padding: 40px 0;
    }
	.pt70{
		padding-top: 40px;
	}
	.ptb50{
		padding: 30px 0;
	}
    .ptb40{
        padding: 20px 0;
    }
    .pb30{
        padding-bottom: 20px;
    }
    .pt30{
        padding-top: 20px;
    }
    .pb40{
        padding-bottom: 25px;
    }
    .pb60{
        padding-bottom: 30px;
    }
    .pl60{
        padding-left: 30px;
    }
    hr {
        padding-top: 15px;
        margin-bottom: 20px;
    }
	#header #nav{
		padding-right: 25px;
	}
	#header #nav .nav li a{
		margin: 0 5px;
	}
	#header #search{
		width: 150px;
	}
	#header #search .language{
		padding-right: 10px;
	}
	#header h1 {
	    padding-left: 23px;
	}
	#header #nav .nav li a{
		width: 75px;
	}
	#header #nav .nav li .menu ul{
		width: 760px;
	}
	#header #nav .nav li .menu ul li{
		margin: 0;
	}
	#header #search .searchClose{
		width: 60px;
	}
	#footer .jbbr{
		display: block;
	}
}
@media only screen and (max-width:1000px){
	#header #nav{
		padding-right: 20px;
	}
	#header #nav .nav li a{
		margin: 0 5px;
	}
	#header #search{
		width: 140px;
	}
	#header #search .language{
		padding-right: 5px;
	}
	#header h1 {
	    padding-left: 13px;
	}
	#header #nav .nav li a{
		/*padding: 0 7px;*/
	}
	#header #nav .nav li .menu ul{
		width: 730px;
	}
	#header #nav .nav li .menu ul li{
		margin: 0;
	}
	#header #nav .nav li .menu ul li a{
		padding-left: 0;
		margin-right: 30px;
	}
	#header #search .searchClose{
		width: 50px;
	}
}
#banner{
	position: relative;
}
#banner img{
	width: 100%;
}
#banner .swiper-container .arrow-left {
  background: url(../img/arrows.png) no-repeat left top;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -26px;
  width: 27px;
  height: 53px;
  z-index: 5;
}
#banner .swiper-container .arrow-right {
	background: url(../img/arrows.png) no-repeat right top;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -26px;
	width: 27px;
	height: 53px;
	z-index: 5;
}
#banner .swiper-container .swiper-wrapper .swiper-slide{
	width: 100%;
	height: auto;
}
#banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active{
	width: 100%;
	height: auto;
}
#banner .swiper-container .pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
#banner .swiper-container .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.5;
	cursor: pointer;
}
#banner .swiper-container .swiper-active-switch {
	opacity: 1;
	background: #be9345;
}
#footer{
	padding: 80px 30px 0;
	height: 80px;
	line-height: 22px;
	background: #fff;
	border-top: 1px solid #e3e3e3;
}
#footer .bdsharebuttonbox{
	float: left;
}
#footer .bdsharebuttonbox a{
	height: 25px;
	margin: 0 0 0 5px;
}
#footer .footLink{
	display: inline-block;
	cursor: pointer;
	position: relative;
}
#footer .footLink ul{
	position: absolute;
	left: -70px;
	bottom: 22px;
	width: 180px;
	padding: 20px;
	background: #666;
	display: none;
	background: rgba(102, 102, 102, .9);
}
#footer .footLink ul li{
	line-height: 30px;
	text-align: center;
}
#footer .footLink ul li a{
	color: #fff;
}
#footer .footLink ul li a:hover{
	color: #c69c49;
}
#footer .pb10 a:hover, #footer .pb10 .footLink:hover, #footer .pb10 .footLink.curr{
	color: #c69c49;
}
#footer .bds_tsina{
	background: url(../img/share1.png) left center no-repeat !important;
}
#footer .bds_weixin{
	background: url(../img/share2.png) left center no-repeat !important;
}
#footer .bds_qzone{
	background: url(../img/share3.png) left center no-repeat !important;
}
#footer .jbbr{
	display: inline-block;
}
#main{
	background: #fff;
}